readb — Read binary data from a file


\begin{rail}
ReadMatrix : 'readb' '(' String ')' ;
\end{rail}
readb is used to read in binary data from a file. This function is directly compatible with the MATLABTM matrix storage method.

Subsections